libfst-dev software package provides weighted finite-state transducers library (development), you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libfst-dev
libfst-dev is installed in your system.
Make ensure the libfst-dev package were installed using the commands given below,
$ sudo dpkg-query -l | grep libfst-dev *
You will get with libfst-dev package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Library development |
| Package | libfst-dev |
| Version | 1.5.3+r3-2 |
| Description | weighted finite-state transducers library (development) |
| Sub Section | libdevel |